Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix mantainance page throws vue warnings #434

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

munyanezaarmel
Copy link
Contributor

@munyanezaarmel munyanezaarmel commented Dec 19, 2024

Brief summary of the change made

:value expects a simple data type, but we are currently passing an object so we have to use employee id instead of full employee object to md-option value prop

Are there any other side effects of this change that we should be aware of?

Describe how you tested your changes?

Closes: #145

Pull Request checklist

Please confirm you have completed any of the necessary steps below.

  • Meaningful Pull Request title and description
  • Changes tested as described above
  • Added appropriate documentation for the change.
  • Created GitHub issues for any relevant followup/future enhancements if appropriate.

@munyanezaarmel munyanezaarmel force-pushed the fix-mantainance-page-warnings branch from bc7e836 to dc4a9a3 Compare December 19, 2024 12:20
@dmohns
Copy link
Member

dmohns commented Dec 19, 2024

Hey @munyanezaarmel nice 🙏

Two general comments:

  1. Could you please use Github keywords to link this PR to the corresponding ticket. For example just add Closes: #145
  2. Could you please always add a small description that helps reviewing your PR? Basically describing why (not what) you are changing, what you are changing 😉 1-2 lines is enough, in this example, something like: :value expects a simple data type, but we are currently passing an object or similiar.

@munyanezaarmel
Copy link
Contributor Author

@dmohns check again

Copy link
Member

@dmohns dmohns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :shipit:

@dmohns dmohns merged commit 7389c91 into EnAccess:main Dec 19, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance page throws Vue warnings
2 participants